home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / edit / pcfolded.zip / README < prev    next >
Text File  |  1989-05-30  |  3KB  |  51 lines

  1.            FOLDED 0.9a Initial Release
  2.  
  3. After you read this note, I strongly recommend that you at least scan
  4. through the documentation file (folded.doc) before using the editor.
  5. FOLDED is very easy to use, but some of the concepts may be different
  6. than those you are used to in 'vi' or 'emacs' style of editors.
  7.  
  8. This is the first release of FOLDED and, as such, please use it with
  9. care (i.e. don't do 8 hours worth of typing without a single save). This
  10. version has survived some rigorous testing by myself and I have used it
  11. for a month on my BSD 4.2 system without a crash, but I am sure there will
  12. be some surprises no matter how much I test it out. For the 1.0 release,
  13. I will be going through the code and putting in extra 'crash prevention'
  14. routines (and more signal and out of memory traps). At that time I will
  15. also be adding some better code documentation.
  16.  
  17. This version could use improvements in the following areas:
  18.  
  19.   1) MGR support (mouse and font selection). Note, I think I have the
  20.      current version hardcoded for high resolution Sun workstations. I
  21.      don't have access to a Sun anymore, so can't check much out.
  22.   2) Better screen management. Slow terminal users are going to hate the
  23.      way I do things. Also, I have to improve the way ctrl characters are
  24.      handled (and in a related vein, how terminals like my Wyse 50 utilize
  25.      reverse video...the terminal takes up a screen position just to turn
  26.      reverse video/bold on or off.)
  27.   3) Alternate way of handling Tabs. Currently, files are detabified on
  28.      input and optionally retabified on output. Works great unless you
  29.      are editing a shar'ed Makefile which has X's at the beginning of
  30.      each line :-(.
  31.   4) Keybinding routine...I just haven't made up my mind as to the best
  32.      way to allow keybindings. I may put that off until the version that
  33.      allows mode toggling (i.e. vi-like dual mode to emacs like single mode).
  34.   5) Edit buffer<->shell toggling. I need to learn more about pty's or pipes
  35.      before I try this.
  36.   6) Macro capability...maybe external program usage as well as multi-key
  37.      training.
  38.   7) Some sort of easy to use regular expression parsing on searches and
  39.      replaces. Any suggestions?
  40.  
  41. I am sure there are other things...let me know if you have any suggestions.
  42.  
  43. COMPILING:
  44.  
  45. To compile folded, change the Makefile and config.h to reflect your system.
  46. By default, things will compile to BSD 4.2/4.3. Check out the comments in
  47. the Makefile and config.h for more info.
  48.  
  49.   -Todd Burkey
  50.    trb@stag.UUCP
  51.